home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / COM / MacWebLint 1.014 folder.sit / MacWebLint 1.014 folder / MacWebLint-1.014 / Announce next >
Text File  |  1996-02-11  |  2KB  |  49 lines

  1.  
  2. Weblint 1.014 is now available:
  3.  
  4.         http://www.khoral.com/staff/neilb/weblint.html
  5.         ftp://ftp.khoral.com/pub/weblint/weblint-1.014.tar.gz
  6.         ftp://ftp.khoral.com/pub/weblint/weblint.zip
  7.  
  8. Weblint is a syntax and minimal style checker for HTML: a perl script which
  9. picks fluff off html pages, much in the same way traditional lint picks fluff
  10. off C programs.
  11.  
  12. Changes are summarized below, see the ChangeLog file in the distribution for
  13. more detail.
  14.  
  15. Thanks to everyone for patches, suggestions and bug reports,
  16. neilb
  17.  
  18.             Changes in Weblint 1.014
  19.  
  20.     *    Added a new warning, 'attribute-format', which is generated for
  21.     badly formatted attribute values.
  22.  
  23.     *    Added a warning, 'bad-text-context', which warns if text appears
  24.     in certain illegal contexts, such as UL, HEAD, etc.
  25.  
  26.     *    Added a new warning `heading-mismatch', which flags the common
  27.     mistake of closing a header with a different level tag. Eg:
  28.         <H2>Level two heading</H1>
  29.  
  30.     *    Updated netscape support
  31.         -    FRAMESET, FRAME, and NOFRAMES elements
  32.         -    SCRIPT element
  33.         -    TARGET attribute for A, BASE, AREA, and FORM elements
  34.         -    COLOR attribute for FONT element
  35.         -    WRAP attribute for TEXTAREA element
  36.         -    LOWSRC attribute for IMG element
  37.     Also added an attribute format for the WRAP attribute.
  38.  
  39.     *    The SIZE attribute is now accepted for the SELECT element.
  40.  
  41.     *    You can now specify multiple extensions:
  42.         weblint -x netscape,java foo.html
  43.  
  44.     *    Created a file rc.new for the distribution, which is the part
  45.     of the sample weblintrc which is new with this version.
  46.  
  47.     *    And some other stuff, documented in the ChangeLog.
  48.  
  49.